This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Help - Http request contains a malformed escape sequence ~Autumn Ektoogen 9.Dec.03 10:01 PM a Web browser Domino Server 6.0.2 CF2Windows 2000
Your URL contains "%25" which is a hex encoded percent.
In Domino 6 the http server disallows encoded percent characters. This was done as a security measure to guard against attacks which try to mask their intent by doubly encoding characters.
In 6.0.3 you can disable this with the server notes.ini setting:
HTTPAllowDecodeUrlPercent=1